OptionalDouble

abstract class OptionalDouble : OptionalValue

An optional double value.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getValue(): Double
Gets the current value.
Link copied to clipboard
abstract fun isAvailable(): Boolean
Tells whether the value is currently available.